home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / allout.swf / scripts / DefineButton2_67 / BUTTONCONDACTION on(press).as next >
Text File  |  2006-05-29  |  155b  |  10 lines

  1. on(press){
  2.    if(_parent.holestats == 0)
  3.    {
  4.       levelnum = 2;
  5.       gotoAndPlay(7);
  6.       back = true;
  7.       buttonpause.dir = "back";
  8.    }
  9. }
  10.